Skip to content

Add options for non static docs#608

Merged
shalvah merged 12 commits into
v4from
non-static-docs
Oct 15, 2019
Merged

Add options for non static docs#608
shalvah merged 12 commits into
v4from
non-static-docs

Conversation

@shalvah
Copy link
Copy Markdown
Contributor

@shalvah shalvah commented Oct 15, 2019

When using static docs:

  • source files (source/index.md and assets) go to resources/docs
  • generated doc (index.html, css, js, collection.json) go to public/docs.

When using laravel docs:

  • source files (source/index.md and assets) go to resources/docs
  • generated doc (index.blade.php) go to resources/views/apidoc/index.blade.php.
  • assets (css, js) go to public/docs.
  • collection.json goes to storage/app/apidoc.
  • routing can be done with ApiDoc::routes() or manually

@shalvah shalvah changed the base branch from master to v4 October 15, 2019 21:19
mpociot and others added 4 commits October 15, 2019 21:21
# Conflicts:
#	src/Extracting/Strategies/QueryParameters/GetFromQueryParamTag.php
#	src/Extracting/Strategies/Responses/UseApiResourceTags.php
#	src/Matching/RouteMatcher.php
#	src/Writing/PostmanCollectionWriter.php
@shalvah shalvah merged commit d7847a4 into v4 Oct 15, 2019
@shalvah shalvah deleted the non-static-docs branch October 19, 2019 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants